From 5791e8af37274d831e84f32209d604f64e1fa0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C5=A0ijanec?= Date: Thu, 11 Apr 2019 00:32:35 +0200 Subject: updated README.md made it plural -> more scripts --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a3a99da..805d9bb 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # short-domain-finder -bash script that searches for available short domains by bruteforcing whois. +a script bundle used to find short (2 character) domain names by bruteforcing known availibility check websites without captchas and by querying whois databases. -installation: +requirements and installation: ``` -sudo apt update -y -sudp apt upgrade -y -sudo apt install whois -sudo apt autoremove +sudo apt update +sudp apt upgrade +sudo apt install whois curl tor torsocks +# set tor password and enable control port and socks5 sudo apt clean cd git clone https://github.com/AstiriL/short-domain-finder.git cd short-domain-finder -chmod +x ./shortdomains.sh -./shortdomains.sh ``` -- cgit v1.2.3